home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / smtpse_1 / readme.txt < prev    next >
Encoding:
Text File  |  1998-05-21  |  1.1 KB  |  40 lines

  1. The SMTP Server OCX never expire.
  2. The SMTP Server OCX was writed in VB 5.0 and it need to run the component MSWINSCK.OCX
  3. The SMTP Server OCX is a copywrited software and it is FREWARE for use in any non
  4. commercial, commercial, enterprise or corporate application. You can free distribute
  5. SMTP Server OCX but you must attach this ReadMe.txt file without any update or modification.
  6. To license SMTP Server OCX for commercial, enterprise or corporate applications you must
  7. only notify the use, what kind of application and give some credit to the author.
  8. The author need your feedback to make more and better freeware software and controls,
  9. please report any bug to: support@keds.de
  10.  
  11. Enjoy !
  12.  
  13.  
  14.  
  15. Methods:
  16.  
  17. - ServerListen
  18. - ServerClose
  19. - ShowAbout
  20.  
  21.  
  22. Properties:
  23.  
  24. - SaveMessage as Boolean
  25. - MaxConnection as Integer
  26. - ServerPort as Integer
  27. - ServerTimeout as Integer
  28. - IncommingPath as String
  29.  
  30.  
  31. Events:
  32.  
  33. - StartUp
  34. - ShutDown
  35. - Connections(Sessions as Integer)
  36. - NewMailFile(FileName as String)
  37. - NewMailData(MsgFrom, MsgTo, MsgBody as String)
  38.  
  39.  
  40.